/*******  S less函数  ********/
/*******  E less函数  ********/
/*******S   公用样式*********/
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
i,
b,
p,
input,
select,
button {
    font-family: Microsoft YaHei;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    background-color: #F8F8F8;
}

#LRdiv0,
#LRdiv3 {
    display: none !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.model-title {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-bottom: 14px;
}

.model-title img {
    width: 32px;
    height: 2px;
    vertical-align: middle;
}

.model-title span {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    vertical-align: middle;
    margin: 0 17px;
}

.m-title {
    width: 572px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    padding-top: 63px;
    background-repeat: no-repeat;
    background-position: 0px 40px;
}

.btn-group {
    width: 597px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #10B2B8;
    border-radius: 30px;
    margin: auto;
    cursor: pointer;
}

.btn-group div {
    float: left;
    line-height: 60px;
    text-align: center;
}

.btn-group div span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
}

.btn-group div b {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #10BBB8;
    vertical-align: middle;
}

.btn-group div:first-child {
    width: 445px;
}

.btn-group div:last-child {
    width: 150px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(-40deg, #00B2B8, #06C7B2);
    box-shadow: 4px 5px 32px 0px rgba(0, 77, 80, 0.12);
    border-radius: 30px;
    text-align: center;
}

.btn {
    cursor: pointer;
}

.img-wrapper {
    overflow: hidden;
}

.img-wrapper img {
    transition: all 0.2s linear;
}

.img-wrapper:hover img {
    transform: scale(1.1);
}

@font-face {
    font-family: DIN;
    src: url('https://gs.dgg.cn/home/font/DIN-BOLD.OTF');
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes move {
    0% {
        left: -100%;
    }

    100% {
        left: 150%;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    83.3% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes Tada {
    0% {
        left: -100%;
    }

    70%,
    73% {
        left: 100%;
    }

    77%,
    83%,
    90%,
    97% {
        left: 100%;
    }

    80%,
    87%,
    93% {
        left: 100%;
    }

    100% {
        left: 150%;
    }
}

/*******E   公用样式*********/
/*******S   banner*********/
.banner {
    width: 100%;
    height: 450px;
    background-size: 100% 100%;
    background-image: url(https://gs.dgg.cn/home/images/cybt/banner.png);
    background-position: center center;
    position: relative;
}

/*******E   banner*********/
.module1 {
    width: 100%;
    background: #f6f9ff;
    box-shadow: 0px 2px 50px 0px rgba(112, 164, 255, 0.04);
    padding-bottom: 64px;
    background-image: url(../image/BG-1.jpg);
    background-size: 100% 100%;
    background-position: 0px 120px;
}

.module1 .top {
    height: 240px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    margin-top: -55px;
    padding: 30px 46px 22px;
}

.module1 .top .form-left {
    width: 220px;
    height: 136px;
    float: left;
}

.module1 .top .form-left img {
    width: 220px;
    height: 136px;
}

.module1 .top form {
    width: 888px;
    float: left;
}

.module1 .top form .wrapper {
    float: left;
    padding: 16px 0;
    width: 79%;
}

.module1 .top form .form-wrap {
    float: left;
    position: relative;
    margin: 0 0 20px 24px;
}

.module1 .top form .form-wrap label {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    vertical-align: middle;
    margin-right: 14px;
}

.module1 .top form .form-wrap>div {
    display: inline-block;
    vertical-align: middle;
    width: 234px;
    height: 42px;
    background: #F5F5F5;
    border-radius: 4px;
    position: relative;
}

.module1 .top form .form-wrap>div input {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding-left: 16px;
}

.module1 .top form .form-wrap>div input[readonly] {
    cursor: pointer;
}

.module1 .top form .form-wrap>div i {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../image/dropdown.png);
    right: 12px;
    top: 50%;
    margin-top: -6px;
    background-size: 100% 100%;
    transition: transform 0.3s;
}

.module1 .top form .form-wrap>div i.rotate {
    transform: rotate(180deg);
}

.module1 .top form .form-wrap>div .dropdown {
    display: none;
    position: absolute;
    top: 42px;
    min-width: 234px;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    margin: 5px 0;
    margin-top: 12px;
}

.module1 .top form .form-wrap>div .dropdown ul {
    padding: 6px 0;
}

.module1 .top form .form-wrap>div .dropdown ul li {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.module1 .top form .form-wrap>div .dropdown ul li:hover,
.module1 .top form .form-wrap>div .dropdown ul li.active {
    background-color: #99f0ee !important;
}

.module1 .top form .form-wrap>div .dropdown .tringle {
    top: -12px;
    left: 50px;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.module1 .top form .form-wrap>div .dropdown .tringle:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: -6px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
    content: " ";
    border-width: 6px;
}

.module1 .top form .form-wrap>div button {
    position: absolute;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #10BBB8;
    background: none;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.module1 .top form .form-wrap>div button:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #cccccc;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.module1 .top form .submit_btn {
    width: 180px;
    height: 136px;
    background: linear-gradient(-40deg, #00B2B8, #06C7B2);
    border-radius: 4px;
    float: left;
    padding: 12px;
    cursor: pointer;
}

.module1 .top form .submit_btn div {
    width: 100%;
    height: 100%;
    border: 1px dashed hsla(0, 0%, 98%, 0.7);
    border-radius: 4px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #fff;
    line-height: 112px;
    text-align: center;
}

.module1 .ban-process {
    background: #fff;
    border-top: 1px solid #f7f7f7;
    height: 120px;
}

.module1 .ban-process .pro-box {
    float: left;
    width: 260px;
    margin: 0 20px;
    padding-top: 24px;
}

.module1 .ban-process .pro-box img {
    float: left;
    margin-right: 14px;
    margin-top: 14px;
}

.module1 .ban-process .pro-box .pro-bot {
    float: left;
}

.module1 .ban-process .pro-box .pro-bot h3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-bottom: 14px;
    text-align: left;
    font-weight: bold;
    text-align: center;
}

.module1 .ban-process .pro-box .pro-bot p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    text-align: left;
    text-align: center;
}

.module1 .subsidy h3 {
    color: #333;
    background-image: url(../image/title-1.png);
    background-size: 572px 72px;
}

.module1 .subsidy .wrapper {
    margin-top: 47px;
}

.module1 .subsidy .wrapper .left-menu {
    float: left;
    width: 267px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 2px 50px 0px rgba(112, 164, 255, 0.04);
    box-shadow: 0 2px 50px 0 rgba(112, 164, 255, 0.04);
    border-radius: 2px;
    padding: 20px 16px 0;
}

.module1 .subsidy .wrapper .left-menu li {
    width: 235px;
    height: 80px;
    padding: 20px 0 20px 24px;
    background-size: 100% 80px;
}

.module1 .subsidy .wrapper .left-menu li.active {
    background-image: url(../image/li-hover.png);
}

.module1 .subsidy .wrapper .left-menu li:nth-child(1) .icon {
    background-image: url('../image/type-left-1.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(1):hover .icon {
    background-image: url('../image/type-left-hover-1.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(2) .icon {
    background-image: url('../image/type-left-2.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(2):hover .icon {
    background-image: url('../image/type-left-hover-2.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(3) .icon {
    background-image: url('../image/type-left-3.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(3):hover .icon {
    background-image: url('../image/type-left-hover-3.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(4) .icon {
    background-image: url('../image/type-left-4.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(4):hover .icon {
    background-image: url('../image/type-left-hover-4.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(5) .icon {
    background-image: url('../image/type-left-5.png');
}

.module1 .subsidy .wrapper .left-menu li:nth-child(5):hover .icon {
    background-image: url('../image/type-left-hover-5.png');
}

.module1 .subsidy .wrapper .left-menu li .icon {
    width: 40px;
    height: 40px;
    float: left;
    background-size: 100% 100%;
}

.module1 .subsidy .wrapper .left-menu li .title {
    margin-left: 16px;
    float: left;
}

.module1 .subsidy .wrapper .left-menu li .title h5 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.module1 .subsidy .wrapper .left-menu li .title span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.module1 .subsidy .wrapper .right-content {
    float: left;
    margin-left: 10px;
    width: 922px;
    height: 440px;
    background: #FFFFFF;
    box-shadow: 0px 2px 50px 0px rgba(112, 164, 255, 0.04);
    padding: 24px 16px;
}

.module1 .subsidy .wrapper .right-content>div {
    transition: all 0.5s;
}

.module1 .subsidy .wrapper .right-content>div:nth-child(n+2) {
    display: none;
}

.module1 .subsidy .wrapper .right-content .sum {
    float: left;
    position: relative;
}

.sum p {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin-left: -84px;
    width: 168px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}

.sum p:hover {
    border: 1px solid #10bbb8;
    color: #10bbb8;
}

.module1 .subsidy .wrapper .right-content .subsidy-detail {
    float: left;
    margin-left: 16px;
    width: 564px;
}

.module1 .subsidy .wrapper .right-content .subsidy-detail div h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin: 24px 0 15px;
}

.module1 .subsidy .wrapper .right-content .subsidy-detail div p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.target {
    background-image: url(../image/sort-bg.jpg);
    background-size: 100% 100%;
    padding-bottom: 64px;
}

.target h3 {
    background-image: url("../image/title-2.png");
    color: #FFFFFF;
}

.target ul {
    padding-top: 28px;
    margin-bottom: 48px;
}

.target ul li {
    float: left;
    width: 293px;
    height: 272px;
    background: #FFFFFF;
    border: 1px solid #10BBB8;
    padding: 40px 20px 30px;
    margin-top: 10px;
}

.target ul li:not(:nth-child(4n)) {
    margin-right: 9px;
}

.target ul li:hover .chat {
    max-height: 44px;
}

.target ul li:hover p {
    max-height: 0;
    margin: 0;
}

.target ul li .icon {
    width: 80px;
    margin: 0 auto;
}

.target ul li h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 4px auto 10px;
    text-align: center;
}

.target ul li i {
    display: block;
    width: 24px;
    height: 4px;
    background-image: url(../image/min.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.target ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    max-height: 52px;
}

.target ul li .chat {
    overflow: hidden;
    transition: all 0.3s;
    width: 168px;
    max-height: 0;
    background: linear-gradient(-40deg, #00b2b8, #06c7b2);
    border-radius: 22px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 24px;
    text-align: center;
    cursor: pointer;
}

/**创业补贴申请资料**/
.files {
    padding-bottom: 67px;
    background-size: 100% 100%;
    background-image: url(../image/bg-4.jpg);
}

.files h3 {
    background-image: url("../image/title-3.png");
    color: #333;
}

.files ul {
    padding-top: 37px;
}

.files ul li {
    float: left;
    width: 595px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin-top: 10px;
}

.files ul li:not(:nth-child(2n)) {
    margin-right: 9px;
}

.files ul li:hover .icons {
    max-height: 0 !important;
    padding: 0 !important;
}

.files ul li:hover .chat {
    max-height: 44px !important;
}

.files ul li .img-wrapper {
    width: 192px;
    float: left;
    border-radius: 4px;
}

.files ul li .content {
    float: left;
    width: 323px;
    margin-left: 32px;
    padding: 0 8px 0 0;
}

.files ul li .content h5 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.files ul li .content p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    margin: 18px 0 44px;
}

.files ul li .content .icons {
    padding-top: 20px;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.5s;
}

.files ul li .content .icons img:first-child {
    width: 22px;
    height: 4px;
    float: left;
    margin-top: 8px;
}

.files ul li .content .icons img:last-child {
    width: 20px;
    height: 20px;
    float: right;
}

.files ul li .content .chat {
    transition: all 0.5s;
    width: 168px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(-40deg, #00B2B8, #06C7B2);
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    max-height: 0;
    overflow: hidden;
    cursor: pointer;
}

/**创业补贴申请流程**/
.process {
    background-image: url(../image/bg-5.jpg);
    padding-bottom: 64px;
}

.process h3 {
    background-image: url(../image/title-4.png);
    color: #fff;
}

.process ul {
    padding-top: 47px;
    background-image: url(../image/line1.png);
    background-size: 1231px 37px;
    background-repeat: no-repeat;
    background-position: -34px 247px;
    margin-bottom: 56px;
}

.process ul li {
    text-align: center;
    width: 163px;
    float: left;
    position: relative;
}

.process ul li:not(:last-child) {
    margin-right: 96px;
}

.process ul li:not(:last-child):after {
    position: absolute;
    content: '';
    width: 25px;
    height: 44px;
    background-image: url(../image/zuojiantou.png);
    background-size: 100% 100%;
    top: 67px;
    right: -64px;
}

.process ul li:nth-child(1) .icon {
    background-image: url('../image/process-list-01.png');
}

.process ul li:nth-child(1):hover .icon {
    background-image: url('../image/process-list-hover01.png');
}

.process ul li:nth-child(2) .icon {
    background-image: url('../image/process-list-02.png');
}

.process ul li:nth-child(2):hover .icon {
    background-image: url('../image/process-list-hover02.png');
}

.process ul li:nth-child(3) .icon {
    background-image: url('../image/process-list-03.png');
}

.process ul li:nth-child(3):hover .icon {
    background-image: url('../image/process-list-hover03.png');
}

.process ul li:nth-child(4) .icon {
    background-image: url('../image/process-list-04.png');
}

.process ul li:nth-child(4):hover .icon {
    background-image: url('../image/process-list-hover04.png');
}

.process ul li:nth-child(5) .icon {
    background-image: url('../image/process-list-05.png');
}

.process ul li:nth-child(5):hover .icon {
    background-image: url('../image/process-list-hover05.png');
}

.process ul li .icon {
    width: 163px;
    height: 182px;
    background-size: 100% 100%;
}

.process ul li h6 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 70px;
    text-align: center;
}

.process ul li span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    opacity: 0.2;
    margin: 8px 0 15px;
}

.process ul li img {
    display: block;
    width: 22px;
    margin: 0 auto;
}

/**创业补贴申请为什么选顶呱呱**/
.reason {
    background-image: url(../image/bg-7.jpg);
    background-size: 100% 100%;
    padding-bottom: 64px;
}

.reason h3 {
    background-image: url(../image/title-5.png);
}

.reason ul {
    padding-top: 47px;
    margin-bottom: 48px;
}

.reason ul li {
    width: 389px;
    height: 510px;
    background: #FFFFFF;
    box-shadow: 1px 2px 50px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 16px;
    overflow: hidden;
    position: relative;
    float: left;
}

.reason ul li:not(:last-child) {
    margin-right: 16px;
}

.reason ul li:hover .content-box {
    padding-top: 40px;
    top: 214px;
}

.reason ul li:hover .content-box h4 {
    font-weight: bold;
}

.reason ul li:hover .content-box span {
    display: none;
}

.reason ul li .content-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 416px;
    text-align: center;
    padding: 0 26px;
    transition: all 0.5s;
    background-color: #fff;
    padding-top: 24px;
}

.reason ul li .content-box h4 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.reason ul li .content-box span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    display: block;
    margin: 5px auto 0;
}

.reason ul li .content-box p {
    margin-top: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.reason ul li .content-box img {
    width: 22px;
    margin: 16px 0;
}

.reason ul li .content-box div {
    width: 168px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: linear-gradient(-40deg, #00B2B8, #06C7B2);
    border-radius: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 auto;
    cursor: pointer;
}

/*******S   二级表单*********/
.ejForm {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
}

.ejForm .ej-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ejForm .ej-wrapper .form-container {
    width: 412px;
    height: 348px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 32px;
}

.ejForm .ej-wrapper .form-container h5 {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.ejForm .ej-wrapper .form-container input {
    width: 100%;
    padding-left: 18px;
    margin: 16px 0 14px;
    height: 48px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.ejForm .ej-wrapper .form-container .when label {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.ejForm .ej-wrapper .form-container .when .choose {
    margin-top: 15px;
}

.ejForm .ej-wrapper .form-container .when .choose span {
    float: left;
    width: 108px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    padding-left: 35px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.ejForm .ej-wrapper .form-container .when .choose span:not(:last-child) {
    margin-right: 12px;
}

.ejForm .ej-wrapper .form-container .when .choose span.active {
    border-color: #F22D2D;
    color: #FF3940;
}

.ejForm .ej-wrapper .form-container .when .choose span.active:before {
    background-image: url(https://gs.dgg.cn/home/images/cybt/select_icon02.png);
}

.ejForm .ej-wrapper .form-container .when .choose span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(https://gs.dgg.cn/home/images/cybt/select_icon01.png);
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    left: 12px;
}

.ejForm .ej-wrapper .form-container .when .submit2 {
    cursor: pointer;
    margin: 40px auto 0;
    width: 180px;
    height: 52px;
    line-height: 52px;
    background: #F22D2D;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.ejForm .ej-wrapper .close {
    position: absolute;
    top: -40px;
    right: 0;
}

/*******E   二级表单*********/